Click or drag to resize

Media Constructor (String, Int32, String)

Initializes a new instance of the Media class with the specified media type, port and protocol type.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Media(
	string type,
	int port,
	string transportProtocol
)

Parameters

type
Type: SystemString
port
Type: SystemInt32
transportProtocol
Type: SystemString
See Also